[TOOLS] Make sure to explicitly close the connection if we're using HTTP/1.0. This
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 22 Jun 2006 14:10:48 +0000 (15:10 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 22 Jun 2006 14:10:48 +0000 (15:10 +0100)
commit66091ed16bb4daa60f8836278cd1527d88c228cc
tree63fb92f67328a416ead9eda43600857af65d3421
parent74a08f001b44e3ffab9aa1c5a58456aa99dea369
[TOOLS] Make sure to explicitly close the connection if we're using HTTP/1.0.  This
shouldn't be needed but it appears to be necessary as the Python client
just does a wfile.read() instead of only reading the reported Content-Length.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
tools/python/xen/util/xmlrpclib2.py